if viewbag is null

82

if viewbag is null -

@if (ViewBag.YourKey== null)
{
 //your code   
}

Comments

Submit
0 Comments